Skip to content

Commit

Permalink
update versions to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta committed Nov 19, 2013
1 parent 2126e18 commit 984871d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0

This comment has been minimized.

Copy link
@ivarne

ivarne Nov 20, 2013

Member

Now when I build without a .git folder present i get this splash screen.

               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http:https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "help()" to list help topics
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.3.0
 _/ |\__'_|_|_|\__'_|  |  
|__/                   |  x86_64-apple-darwin13.0.0

Because the -prerelease gets added if there isn't a git tag named the same in the VERSON file. It should not be possible to make something that looks like a the 0.3.0 build by accident.

I suggest we remove the prerelease automagic and change this file to 0.3.0-prerelease. I'll submit a PR.

4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2-dev'
release = '0.3.0-dev'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

1 comment on commit 984871d

@staticfloat
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @nolta!

Please sign in to comment.