Skip to content

Commit b014e77

Browse files
committed
Release 2.0.0.rc2
1 parent 9faf1d8 commit b014e77

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
This document provides a high-level view of the changes to the {project-name} by release.
66
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
77

8+
== 2.0.0.rc2 (2021-01-07) - @slonopotamus
9+
10+
* Fix release workflow
11+
812
== 2.0.0.rc1 (2021-01-07) - @slonopotamus
913

1014
* Modify `mentos.py` to run on Python 3.x instead of Python 2.7

lib/pygments/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Pygments
4-
VERSION = '2.0.0.rc1'
4+
VERSION = '2.0.0.rc2'
55
end

0 commit comments

Comments
 (0)