Skip to content

Commit

Permalink
prep for 0.1.0 release (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws authored Dec 11, 2019
1 parent f32b6ff commit 04838ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
Changelog
*********

0.0.1 -- 2019-10-xx
0.1.0 -- 2019-12-11
===================

Initial release.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_requirements():
install_requires=INSTALL_REQUIRES,
dependency_links=DEPENDENCY_LINKS,
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License",
Expand Down
2 changes: 1 addition & 1 deletion src/secrets_helper/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# language governing permissions and limitations under the License.
"""Unique identifiers used by secrets-helper."""
__all__ = ("__version__", "CONFIG_SETTINGS_GROUP", "CONFIG_ENV_GROUP", "KNOWN_CONFIGS")
__version__ = "0.0.1"
__version__ = "0.1.0"

CONFIG_NAME = "secrets-helper"
CONFIG_SETTINGS_GROUP = f"{CONFIG_NAME}.settings"
Expand Down

0 comments on commit 04838ad

Please sign in to comment.