Skip to content

Commit

Permalink
Merge pull request #85 from timkpaine/024
Browse files Browse the repository at this point in the history
Bump version to 0.2.4
  • Loading branch information
Tim Paine authored Jun 4, 2020
2 parents 75b2eb6 + 60ab428 commit e686511
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = (0, 2, 3, 'final', 0)
current_version = (0, 2, 4, 'final', 0)
commit = True
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
Expand Down
4 changes: 1 addition & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ include pyproject.toml
include .bumpversion.cfg
include Makefile

graft jupyterlab_templates/tests

# Webapp files
graft js
prune js/dist
prune js/build
prune js/lib
prune js/node_modules
prune js/yarn.lock

prune docs/

# Patterns to exclude from any directory
global-exclude *~
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_templates",
"version": "0.2.3",
"version": "0.2.4",
"description": "Notebook templates",
"author": "the jupyterlab_templates authors",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_templates/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
])

# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(0, 2, 3, 'final', 0)
version_info = VersionInfo(0, 2, 4, 'final', 0)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down

0 comments on commit e686511

Please sign in to comment.