Skip to content

Commit 1516fcd

Browse files
Bump to 0.4.6 (anapaulagomes#115)
1 parent ad4c1b2 commit 1516fcd

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Changelog
22

33
## [Unreleased]
4-
### Modified
5-
- Add fixture for git user configuration
6-
- Skip "Publish to Test PyPi" workflow when there is no change on setup.py
74

8-
## [0.4.5] - 2020-11-17
5+
## [0.4.6] - 2020-12-17
96
### Added
107
- Add optional parameter, `--parent-branch`, to point to different parent branch (#113)
118

9+
### Modified
10+
- Add fixture for git user configuration
11+
- Skip "Publish to Test PyPi" workflow when there is no change on setup.py
12+
1213
## [0.4.4] - 2020-03-21
1314
### Fixed
1415
- Fix branch mode for renaming cases (#77)
@@ -44,7 +45,8 @@
4445
### Added
4546
- Run the tests according with changed files
4647

47-
[Unreleased]: https://github.com/anapaulagomes/pytest-picked/compare/v0.4.4...HEAD
48+
[Unreleased]: https://github.com/anapaulagomes/pytest-picked/compare/v0.4.6...HEAD
49+
[0.4.6]: https://github.com/anapaulagomes/pytest-picked/compare/v0.4.4...v0.4.6
4850
[0.4.4]: https://github.com/anapaulagomes/pytest-picked/compare/v0.4.3...v0.4.4
4951
[0.4.3]: https://github.com/anapaulagomes/pytest-picked/compare/v0.4.1...v0.4.3
5052
[0.4.1]: https://github.com/anapaulagomes/pytest-picked/compare/v0.4.0...v0.4.1

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(fname):
1414

1515
setup(
1616
name="pytest-picked",
17-
version="0.4.5",
17+
version="0.4.6",
1818
author="Ana Paula Gomes",
1919
author_email="[email protected]",
2020
maintainer="Ana Paula Gomes",
@@ -27,7 +27,6 @@ def read(fname):
2727
python_requires=">=3.5",
2828
install_requires=["pytest>=3.5.0"],
2929
classifiers=[
30-
"Development Status :: 4 - Beta",
3130
"Framework :: Pytest",
3231
"Intended Audience :: Developers",
3332
"Topic :: Software Development :: Testing",

0 commit comments

Comments
 (0)