Skip to content

Commit

Permalink
Prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
comwes committed Apr 14, 2019
1 parent f19703f commit 806a294
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ addons:
- sourceline: 'deb http://be.archive.ubuntu.com/ubuntu/ bionic main restricted'
update: true

branches:
only:
- master
- "v/^\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/"
cache:
pip: true

git:
depth: 3
quiet: true
Expand All @@ -34,6 +31,7 @@ script:
notifications:
email:
on_success: never

deploy:
- provider: pypi
user: comwes
Expand All @@ -43,4 +41,4 @@ deploy:
tags: true
branch: master
after_success:
- ./.docs.sh
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./.docs.sh; fi'
2 changes: 1 addition & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ pip show mkpdfs-mkdocs
```

## Changelog
### 1.0.0 <small>- April 13, 2019</small>
### 1.0.0 <small>- April 15, 2019</small>

* Initial release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
keywords='mkdocs documentation pdf export weasyprint markdown plugin',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Information Technology',
Expand Down

0 comments on commit 806a294

Please sign in to comment.