File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 0.1.1b1 (2017-01-17)
7+ +++++++++++++++++++++
8+
9+ * Improve @file handling logic.
10+ * Telemetry code improvements and readability changes.
11+ * Fix incorrect parsing of argument name when description contains ':'
12+ * Correct endpoints for USGov.
13+
14+
6150.1.0b11 (2016-12-12)
716+++++++++++++++++++++
817
Original file line number Diff line number Diff line change 55import pkg_resources
66pkg_resources .declare_namespace (__name__ )
77
8- __version__ = "0.1.0b11 +dev"
8+ __version__ = "0.1.1b1 +dev"
Original file line number Diff line number Diff line change 99from codecs import open
1010from setuptools import setup
1111
12- VERSION = "0.1.0b11 +dev"
12+ VERSION = "0.1.1b1 +dev"
1313
1414# If we have source, validate that our version numbers match
1515# This should prevent uploading releases with mismatched versions.
You can’t perform that action at this time.
0 commit comments