We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa92e7d commit a37d0b6Copy full SHA for a37d0b6
CHANGELOG.adoc
@@ -5,7 +5,7 @@
5
This document provides a high-level view of the changes to the {project-name} by release.
6
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
7
8
-== Unreleased
+== 2.0.0.rc1 (2021-01-07) - @slonopotamus
9
10
* Modify `mentos.py` to run on Python 3.x instead of Python 2.7
11
* Add `:timeout` parameter to allow for configurable timeouts
lib/pygments/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Pygments
4
- VERSION = '1.2.1'
+ VERSION = '2.0.0.rc1'
end
0 commit comments