Skip to content

Commit

Permalink
release 1.2.1 with urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
ezbz committed Jun 30, 2024
1 parent 5fc3122 commit 1223e1c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

<!--next-version-placeholder-->
## [1.2.1] - 30/06/2024
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
- move to latest urllib3 release for security improvments

## [1.2.0] - 30/06/2024

### Added
Expand Down
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ pip install pytest pytest-cov pytest-integration wheel
```
pytest
```

* Release
```
pip install --upgrade pip
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
twine check dist/*
twine upload dist/*
```
2 changes: 1 addition & 1 deletion gitlabber/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit 1223e1c

Please sign in to comment.