Update version due to messed up push
This commit is contained in:
parent
7704ad3717
commit
b98e4086a1
2 changed files with 4 additions and 2 deletions
|
@ -765,6 +765,8 @@ Changelog
|
|||
---------
|
||||
The boring part of the readme
|
||||
|
||||
* 0.3.1
|
||||
* Borked the git push so it's version 0.3.1 now
|
||||
* 0.3.0
|
||||
* Rewrote large amount of code in Go (see the [puppy repo](https://github.com/roglew/puppy) for all the stuff implemented in Go)
|
||||
* Rewrote the rest of the python
|
||||
|
@ -846,4 +848,4 @@ The boring part of the readme
|
|||
* Add response streaming if no intercepting macros are active
|
||||
* 0.1.1
|
||||
* Start using sane versioning system
|
||||
* Did proxy things
|
||||
* Did proxy things
|
||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ import pkgutil
|
|||
#import pappyproxy
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = "0.3.0"
|
||||
VERSION = "0.3.1"
|
||||
|
||||
setup(name='pappyproxy',
|
||||
version=VERSION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue