Skip to content

Commit

Permalink
Version 3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Jul 31, 2018
1 parent d2ce813 commit 4dab3c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Dillon Lareau
Copyright (c) 2018 Dillon Lareau

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ New:
- All string fields now support unicode characters
- Puzzle answer submissions are now ratelimited to 10 submissions per minute
- New charts and other info on charts page
- Puzzle pages now show a solve count
- Teams can now update their name before the hunt starts from the team management page

Updates:
- Staff chat now allows staff to initiate conversations with teams
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@

# General information about the project.
project = u'Puzzlehunt Server'
copyright = u'2017, Dillon Lareau'
copyright = u'2018, Dillon Lareau'
author = u'Dillon Lareau'

# 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 = 'v3.1'
version = 'v3.2'
# The full version, including alpha/beta/rc tags.
release = 'v3.1.1'
release = 'v3.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -347,4 +347,4 @@ def setup(app):
# Register the docstring processor with sphinx
app.connect('autodoc-process-docstring', process_docstring)

# END Auto list fields from django models -
# END Auto list fields from django models -

0 comments on commit 4dab3c5

Please sign in to comment.