Setting up a beta release candidate
This commit is contained in:
parent
1cb5324a61
commit
a138210ff9
|
@ -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)
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue