Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Bump version to 3.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jan 1, 2022
1 parent 99c99e3 commit cd2e5dc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
3 changes: 0 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Releasing jasmine-py

1. Special step for 3.99: After merging to main, remove the jasmine-core
dependency from requirements_dev.txt.

1. Install [twine](https://github.com/pypa/twine)
2. Make sure that all specs are green on CI.
3. Generate release notes in `release_notes` using the Anchorman gem and edit
Expand Down
17 changes: 17 additions & 0 deletions release_notes/3.99.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Jasmine Gem 3.99.0 Release Notes

This release adds deprecation warnings for breaking changes that will be
introduced in Jasmine 4.0. Please see the
[migration guide](https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0)
for more information.

This is the last planned release of Jasmine for Python. Versions 4.0 and later
will be distributed only via NPM and the standalone distribution.

## Supported Environments

The jasmine Python package has been tested on Python 3.6-3.9.

------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pytest<6
pytest-cov
pytest-flakes
requests
jasmine-core @ git+git://github.com/jasmine/jasmine.git@main
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name="jasmine",
version="3.10.0",
version="3.99.0",
url="http://jasmine.github.io",
author="Pivotal Labs",
author_email="jasmine-js@googlegroups.com",
Expand Down Expand Up @@ -70,8 +70,7 @@
install_requires=[
'PyYAML>=4.2b1',
'Jinja2>=2.0, <3.0',
# TODO: set to jasmine-core>=3.99.0, <4.0' during 3.99 release
'jasmine-core',
'jasmine-core>=3.99.0, <4.0',
'CherryPy>=11',
'selenium>=3.0',
],
Expand Down

0 comments on commit cd2e5dc

Please sign in to comment.