This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Upped version to 0.8
main
Lakshmi Vyasarajan
13 years ago
parent
f86627177c
commit
aa5986574b
3 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
CHANGELOG.rst
+1
-1
README.rst
+1
-1
hyde/version.py
+ 5
- 0
CHANGELOG.rst
View File
@@ -1,3 +1,8 @@
Version 0.8
==============
* Relative path bugs in windows generation have been fixed.
Version 0.8rc3
==============
+ 1
- 1
README.rst
View File
@@ -1,4 +1,4 @@
Version 0.8
rc3
Version 0.8
A brand new **hyde**
====================
+ 1
- 1
hyde/version.py
View File
@@ -3,4 +3,4 @@
Handles hyde version
TODO: Use fabric like versioning scheme
"""
__version__ = '0.8
rc3
'
__version__ = '0.8'
Write
Preview
Loading…
Cancel
Save