aws-samples / sample-python-helper-aws-appconfig

A Python helper library for AWS AppConfig
Apache License 2.0
31 stars 9 forks source link

Need to cut a new version to pip #4

Closed jchorl closed 2 years ago

jchorl commented 2 years ago

Hi!

I hit this: https://github.com/aws-samples/sample-python-helper-aws-appconfig/issues/2

Fresh install:

$ docker run -it --rm python:3 bash
# pip install sample-helper-aws-appconfig
# cat /usr/local/lib/python3.10/site-packages/appconfig_helper/version.py 
VERSION = "2.0.0"

Notably, it doesn't contain https://github.com/aws-samples/sample-python-helper-aws-appconfig/commit/8a2a67e573d08a4c1ebc4428414e2345b8e5ba44

However, cloning and checking out v2.0.1 does in fact contain https://github.com/aws-samples/sample-python-helper-aws-appconfig/commit/8a2a67e573d08a4c1ebc4428414e2345b8e5ba44.

Mind pushing a new version to pip?

jamesoff commented 2 years ago

Whoops, thanks for pointing that out. I'll cut a new version and upload it, which will have to be 2.0.2.

jamesoff commented 2 years ago

Done (hopefully!), let me know if that's fixed it for you, and apologies for the bad release.