Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 04838ad

Browse files
authored
prep for 0.1.0 release (#14)
1 parent f32b6ff commit 04838ad

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
Changelog
33
*********
44

5-
0.0.1 -- 2019-10-xx
5+
0.1.0 -- 2019-12-11
66
===================
7+
8+
Initial release.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_requirements():
7676
install_requires=INSTALL_REQUIRES,
7777
dependency_links=DEPENDENCY_LINKS,
7878
classifiers=[
79-
"Development Status :: 1 - Planning",
79+
"Development Status :: 4 - Beta",
8080
"Intended Audience :: Developers",
8181
"Natural Language :: English",
8282
"License :: OSI Approved :: Apache Software License",

src/secrets_helper/identifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# language governing permissions and limitations under the License.
1313
"""Unique identifiers used by secrets-helper."""
1414
__all__ = ("__version__", "CONFIG_SETTINGS_GROUP", "CONFIG_ENV_GROUP", "KNOWN_CONFIGS")
15-
__version__ = "0.0.1"
15+
__version__ = "0.1.0"
1616

1717
CONFIG_NAME = "secrets-helper"
1818
CONFIG_SETTINGS_GROUP = f"{CONFIG_NAME}.settings"

0 commit comments

Comments
 (0)