Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Jun 22, 2023
1 parent fc22d2b commit c7b2d05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.4.16] - 2023-06-22
## [3.0.0] - 2023-06-22
### Changed
* Python 2 no longer supported
### Fixed
* Wrong version parsing with number in name #102
* 90+ versions that look like dates triggered pre-release detection
Expand Down
2 changes: 1 addition & 1 deletion lastversion/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.4.16'
__version__ = '3.0.0'
__self__ = "dvershinin/lastversion"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
"Operating System :: OS Independent",
"Topic :: Software Development",
"Topic :: Utilities",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6"
],
)

0 comments on commit c7b2d05

Please sign in to comment.