Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nir0s committed Dec 24, 2017
1 parent 25aa3f8 commit 55fb75e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
**1.2.0 (2017.12.24)**

* Lazily load parsers to speed up import time.
* Don't raise import error on non-linux os.
* Decode stdout of shell sys.getfilesystemencoding().
* Explicitly set Python versions for flake8 tests.


**1.1.0 (2017.11.28)**

Note: This version removes official support for Python 2.6. If you need a version that is tested on Python 2.6, please use `distro<=1.0.4`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# The following version is parsed by other parts of this package.
# Don't change the format of the line, or the variable name.
package_version = "1.1.0"
package_version = "1.2.0"

here = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 55fb75e

Please sign in to comment.