Skip to content

Commit 17e55c9

Browse files
author
Adrian Polanczyk
authored
RD-6426 - Upgrade Wagon version to 1.0.0 (#153)
1 parent 83b9c80 commit 17e55c9

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.0.0
2+
3+
* `distro` package as optional dependency.
4+
* Add static files support. User can add,
5+
list or get static files from the Wagon.
6+
* Drop Python 2 support.
7+
* Switch `virtualenv` to stdlib `venv`.
8+
* Add `python_requires` information to METADATA.
9+
110
## 0.12.0
211

312
* Update dependencies

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read(*parts):
2727

2828
setup(
2929
name='wagon',
30-
version='0.12.0',
30+
version='1.0.0',
3131
url='https://github.com/cloudify-cosmo/wagon',
3232
author='Cloudify',
3333
author_email='cosmo-admin@cloudify.co',

0 commit comments

Comments
 (0)