Skip to content

Commit

Permalink
wip release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Oct 17, 2024
1 parent 84e4b87 commit 97c2eee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Possible log types:

## [1.2.0] - 2024-10-16

- [changed] Improve display by using rich instead of texttable
- [changed] Improve display by using rich instead of texttable (#37)
- [changed] Remove "Occupancy" column which hasn't been provided by the API since 2017 (#38)

## [1.1.2] - 2019-10-09

Expand Down Expand Up @@ -64,7 +65,8 @@ Possible log types:
- Initial Python 3 compatible release.
No changelog information before this.

[Unreleased]: https://github.com/dbrgn/fahrplan/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/dbrgn/fahrplan/compare/v1.1.3...HEAD
[1.1.3]: https://github.com/dbrgn/fahrplan/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/dbrgn/fahrplan/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/dbrgn/fahrplan/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/dbrgn/fahrplan/compare/v1.0.0...v1.1.0
Expand Down
9 changes: 2 additions & 7 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Release process

Signing key: https://keybase.io/dbrgn (F2F3A5FA)
Signing key: https://bargen.dev/B993FF98A90C9AB1.txt

Used variables:

export VERSION={VERSION}
export GPG=F2F3A5FA
export GPG=B993FF98A90C9AB1

Update version number in setup.py and CHANGELOG.md:

Expand All @@ -22,11 +22,6 @@ Build source and binary distributions:
python3 setup.py sdist
python3 setup.py bdist_wheel

Sign files:

gpg --detach-sign -u ${GPG} -a dist/fahrplan-${VERSION}.tar.gz
gpg --detach-sign -u ${GPG} -a dist/fahrplan-${VERSION}-py3-none-any.whl

Upload package to PyPI:

twine3 upload dist/fahrplan-${VERSION}*
Expand Down
2 changes: 1 addition & 1 deletion fahrplan/meta.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""This module contains metadata about the project."""
title = 'fahrplan'
version = '1.1.2'
version = '1.1.3'
description = 'A SBB/CFF/FFS commandline based timetable client.'
author = 'Danilo Bargen and contributors'
author_email = '[email protected]'
Expand Down

0 comments on commit 97c2eee

Please sign in to comment.