Skip to content

Commit

Permalink
Prep v1.0.1 to fix upload to PyPI (PR #50)
Browse files Browse the repository at this point in the history
  • Loading branch information
FraBle committed Nov 3, 2020
1 parent 1891638 commit a3704c1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## 2020/11/02: `v1.0.0`
## 2020/11/03: `v1.0.1`

### Changes

- Additional release to fix upload to PyPI

## 2020/11/03: `v1.0.0`

### Changes

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# sutime
*Python wrapper for Stanford CoreNLP's [SUTime](http://nlp.stanford.edu/software/sutime.shtml) Java library.*
*Python wrapper for Stanford CoreNLP's [SUTime](http://nlp.stanford.edu/software/sutime.shtml) Java library.*
Docs are also hosted on [GitHub Pages](https://frable.github.io/python-sutime/).

## Build Status

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = 'Frank Blechschmidt'

# The full version, including alpha/beta/rc tags
release = '1.0.0'
release = '1.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sutime"
version = "1.0.0"
version = "1.0.1"
description = "A Python wrapper for Stanford CoreNLP's SUTime"
license = "GPL-3.0-or-later"
authors = ["Frank Blechschmidt <contact@frank-blechschmidt.com>"]
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=frable-github

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=python-sutime
sonar.projectVersion=1.0.0
sonar.projectVersion=1.0.1

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=./sutime
Expand Down

0 comments on commit a3704c1

Please sign in to comment.