Setting up a beta release candidate

This commit is contained in:
Michael Lazar 2020-05-23 21:38:55 -04:00
parent 1cb5324a61
commit a138210ff9
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
# Jetforce Changelog # Jetforce Changelog
### Unreleased ### v0.3.0 (pre-release)
- Allow a client certificate subject's CN to be blank. - Allow a client certificate subject's CN to be blank.
- The ``jetforce-diagnostics`` script has been split off into a separate
repository at [gemini-diagnostics](https://github.com/michael-lazar/gemini-diagnostics).
### v0.2.2 (2012-03-31) ### v0.2.2 (2012-03-31)

View File

@ -10,7 +10,7 @@ def long_description():
setuptools.setup( setuptools.setup(
name="Jetforce", name="Jetforce",
version="0.3.0", version="0.3.0b1",
url="https://github.com/michael-lazar/jetforce", url="https://github.com/michael-lazar/jetforce",
license="Other/Proprietary License", license="Other/Proprietary License",
author="Michael Lazar", author="Michael Lazar",