release 0.3.0
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABCgAGBQJUvXZvAAoJEA15HcjXN8HZlloH/0fnhCK/J0aLvvTZDhWxJVLn zS24II5EMGUj/9uf+tIVsu/cLUdr6O+QZbTEydLq1ceW2SDspokAv7jX3P67of8d RJiEJ903Clu/Zgab9kZlQec4J3azyw6eRAByIdaSGxTEnN1MUfWt5cECMQw03nTy Q609D8IBhU808l3oc7T57PtUXq1tD0lIUjTMctPFc1I5YnAP54Ne5hDPA8SS5/6H wtT7RTbSLjOOFD38DzhaCE4GS2pU8ybpjuGCFi/fMMIrm24hofAqiAkzmlBbn7xi U+EgaT2Q1JxytG7aiQDtBU4mJ7SsfK0Frehwv6V8O+hGojXQqtXmrvtzMj3rWT8= =noVz -----END PGP SIGNATURE----- Merge tag '0.3.0' release 0.3.0 * tag '0.3.0': update changelog, add release version
This commit is contained in:
commit
af5fb4c773
3 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2014 Jan Dittberner
|
||||
Copyright (c) 2014, 2015 Jan Dittberner
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.3.0 <2015-01-19>`
|
||||
* :support:`-` refactor osusers.tasks, move to fileservertasks.tasks
|
||||
|
||||
* :release:`0.2.0 <2014-12-27>`
|
||||
|
|
|
@ -55,16 +55,16 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'gvafile'
|
||||
copyright = u'2014, Jan Dittberner'
|
||||
copyright = u'2014, 2015 Jan Dittberner'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.2.0'
|
||||
version = '0.3'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.2.0'
|
||||
release = '0.3.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Reference in a new issue