Skip to content

Commit

Permalink
Merge pull request #22 from godaddy/release_v102
Browse files Browse the repository at this point in the history
Bump to v1.0.2 to avoid conflicts, and mark as stable
  • Loading branch information
jwilhelm-godaddy authored Nov 19, 2019
2 parents e96cc35 + e077c3f commit a25929d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## v1.0.2 - 19 November 2019

This release is essentially the same as the v1.0.0 release, but with a new number.
Unfortunately, we had historical releases versioned as v1.0.0 and v1.0.1. Due to
[limitations in PyPI](https://pypi.org/help/#file-name-reuse), even if a previous
release has been deleted, the version number may not be reused.

## v1.0.0 - 19 November 2019

Version 1.0.0! Initial stable release!
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def read(filename):
extras_require=EXTRAS_REQUIRE,
entry_points={"console_scripts": ["tartufo = tartufo.cli:main"],},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
Expand Down

0 comments on commit a25929d

Please sign in to comment.