FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-bibtexparser/RELEASE at master · usachov/python-bibtexparser · GitHub
usachov
/
python-bibtexparser
Public
forked from
sciunto-org/python-bibtexparser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-bibtexparser
/
RELEASE
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (11 loc) · 344 Bytes
Breadcrumbs
python-bibtexparser
/
RELEASE
Copy path
File metadata and controls
12 lines (11 loc) · 344 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
How to release
==============
* Update CHANGELOG
* Update version in docs/source/conf.py
* Update version in __init__.py
* Update the file bibtexparser/info.py
* git tag -a 'vX'
* Create a tarball and upload it on the server
git archive master | bzip2 > bibtexparser-x.y.tar.bz2
* Send the package on pypi
python setup.py sdist upload
Back
|
FazBrowse Home
|
New Git URL