Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewilyas committed Dec 1, 2020
1 parent 15c9ff6 commit f391941
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/example_usage/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

robustness 1.2.post2
'''''''''''''''''''''
- Add SqueezeNet architectures
- (Preliminary) Torch 1.7 support
- Support for specifying device_ids in DataParallel

robustness 1.2
'''''''''''''''
- Biggest new features:
Expand Down
2 changes: 1 addition & 1 deletion robustness/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = "robustness"
__version__ = "1.2.1.post1"
__version__ = "1.2.1.post2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.1.post1',
version='1.2.1.post2',

description='Tools for Robustness',
long_description=long_description,
Expand Down

0 comments on commit f391941

Please sign in to comment.