Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing broken sdist #3624

Merged
merged 6 commits into from
Oct 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions azure-graphrbac/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
===============

0.51.1 (2018-10-16)
+++++++++++++++++++

**Bugfix**

- Fix sdist broken in 0.50.0 and 0.51.0. No code change.

0.51.0 (2018-10-11)
+++++++++++++++++++

Expand Down
2 changes: 2 additions & 0 deletions azure-graphrbac/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include *.rst
include azure/__init__.py

2 changes: 1 addition & 1 deletion azure-graphrbac/azure/graphrbac/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.51.0"
VERSION = "0.51.1"
7 changes: 7 additions & 0 deletions azure-mgmt-advisor/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
===============

2.0.1 (2018-10-16)
++++++++++++++++++

**Bugfix**

- Fix sdist broken in 2.0.0. No code change.

2.0.0 (2018-10-15)
++++++++++++++++++

Expand Down
3 changes: 3 additions & 0 deletions azure-mgmt-advisor/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py

2 changes: 1 addition & 1 deletion azure-mgmt-advisor/azure/mgmt/advisor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "2.0.0"
VERSION = "2.0.1"

7 changes: 7 additions & 0 deletions azure-mgmt-containerinstance/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
===============

1.2.1 (2018-10-16)
++++++++++++++++++

**Bugfix**

- Fix sdist broken in 1.2.0. No code change.

1.2.0 (2018-10-08)
++++++++++++++++++

Expand Down
3 changes: 3 additions & 0 deletions azure-mgmt-containerinstance/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "1.2.0"
VERSION = "1.2.1"

7 changes: 7 additions & 0 deletions azure-mgmt-cosmosdb/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
===============

0.5.1 (2018-10-16)
++++++++++++++++++

**Bugfix**

- Fix sdist broken in 0.5.0. No code change.

0.5.0 (2018-10-08)
++++++++++++++++++

Expand Down
3 changes: 3 additions & 0 deletions azure-mgmt-cosmosdb/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py

2 changes: 1 addition & 1 deletion azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.5.0"
VERSION = "0.5.1"

226 changes: 0 additions & 226 deletions azure-mgmt-cosmosdb/build.json

This file was deleted.

7 changes: 7 additions & 0 deletions azure-mgmt-media/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
===============

1.0.1 (2018-10-16)
++++++++++++++++++

**Bugfix**

- Fix sdist broken in 1.0.0. No code change.

1.0.0 (2018-10-03)
++++++++++++++++++

Expand Down
3 changes: 3 additions & 0 deletions azure-mgmt-media/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py

2 changes: 1 addition & 1 deletion azure-mgmt-media/azure/mgmt/media/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0"
VERSION = "1.0.1"

7 changes: 7 additions & 0 deletions azure-mgmt-rdbms/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
===============

1.4.1 (2018-10-16)
++++++++++++++++++

**Bugfix**

- Fix sdist broken in 1.4.0. No code change.

1.4.0 (2018-10-11)
++++++++++++++++++

Expand Down
3 changes: 3 additions & 0 deletions azure-mgmt-rdbms/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py

2 changes: 1 addition & 1 deletion azure-mgmt-rdbms/azure/mgmt/rdbms/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.4.0"
VERSION = "1.4.1"