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 37bb18c commit 027001cCopy full SHA for 027001c
CHANGELOG.adoc
@@ -5,6 +5,10 @@
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
+== 2.4.1
9
+
10
+* Fix handling of Python virtual environments on Windows ({uri-repo})/issues/256[#256])
11
12
== 2.4.0
13
14
* Update Pygments to 2.15.1
lib/pygments/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Pygments
4
- VERSION = '2.4.0'
+ VERSION = '2.4.1'
end
0 commit comments