Skip to content

Commit

Permalink
release prep for 4.2 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
edyoung authored May 23, 2020
1 parent 28362dd commit cb68dd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/gnofract4d-manual/C/gnofract4d-manual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!ENTITY gf4d "<application>Gnofract 4D</application>">
<!ENTITY fractint "<application>Fractint</application>">
<!ENTITY ultrafractal "<application>UltraFractal</application>">
<!ENTITY version "4.1">
<!ENTITY version "4.2">

]>
<article id="gnofract4d">
Expand Down
2 changes: 1 addition & 1 deletion fract4d/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import fractal

# version of Gnofract 4D
VERSION = '4.1'
VERSION = '4.2'

POSITION_ARGUMENTS = ("xcenter", "ycenter", "zcenter", "wcenter",
"xyangle", "xzangle", "xwangle", "yzangle", "ywangle", "zwangle",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import subprocess
import sys

gnofract4d_version = '4.1'
gnofract4d_version = '4.2'

if sys.version_info < (3, 5):
print("Sorry, you need Python 3.5 or higher to run Gnofract 4D.")
Expand Down
2 changes: 1 addition & 1 deletion website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Front Page"
date: 2020-04-12T08:55:54-07:00
draft: false
latest: "4.1"
latest: "4.2"
---


Expand Down

0 comments on commit cb68dd9

Please sign in to comment.